home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(7, 1)
- set the locH of sprite 7 to the locH of sprite 7 + 5
- set the locV of sprite 7 to the locV of sprite 7 + 5
- updateStage()
- end
-
- on mouseUp
- set the locH of sprite 7 to the locH of sprite 7 - 5
- set the locV of sprite 7 to the locV of sprite 7 - 5
- updateStage()
- puppetSprite(7, 0)
- SetReturn()
- go("S1")
- end
-